From faa19094748f7a7bbae183fc82fd7c0c4f899a3c Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Fri, 22 Aug 2014 11:07:13 -0400 Subject: [PATCH] GtkFileChooserWidget: Better typography No double space after . https://bugzilla.gnome.org/show_bug.cgi?id=735192 --- gtk/gtkfilechooserwidget.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gtk/gtkfilechooserwidget.c b/gtk/gtkfilechooserwidget.c index b994904612..404ca8d230 100644 --- a/gtk/gtkfilechooserwidget.c +++ b/gtk/gtkfilechooserwidget.c @@ -6045,7 +6045,7 @@ search_error_could_not_create_client (GtkFileChooserWidget *impl) error_message (impl, _("Could not start the search process"), _("The program was not able to create a connection to the indexer " - "daemon. Please make sure it is running.")); + "daemon. Please make sure it is running.")); } static void -- 2.30.2